Vcenter ConsumptionDomains ZoneAssociations Cluster ListItem
The Vcenter ConsumptionDomains ZoneAssociations Cluster ListItem schema describes a zone-cluster association.
This schema was added in vSphere API 8.0.0.1.
{
"zone": "string",
"cluster": "string"
}
Identifier of the zone.
This property was added in vSphere API 8.0.0.1.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone
.
Identifier of the cluster.
This property was added in vSphere API 8.0.0.1.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource
.